/*header*/
.header{position: fixed;width:100%;z-index: 9999;top:0;border-bottom: solid 1px rgba(255,255,255,.4);background: #fff;}
.header.active{background:rgba(255,255,255,0.85);}
.header-box{display: flex;flex-direction: row;justify-content: space-between;width:100%;height: 100%}
.h-logo{width:545px;display: block;padding:20px 0;transition: all .5s}
.header.active .h-logo{padding:5px 0;}

.h-nav{width: calc(100% - 900px);display: flex;flex-direction: row;justify-content: space-between;}
.h-nav li{height: 100%;position: relative;}
.h-nav li .yiji{color:#333;font-size: 16px;transition: all .5s;position: relative;display: inline-block;height: 100%;line-height: 90px;font-weight: 400;transition: all .5s}
.header.active .h-nav li .yiji{line-height: 60px;}
.h-nav li .yiji:after{content:'';position: absolute;height: 4px;background:var(--zhu-color);left:50%;bottom:-1px;transform: translateX(-50%);width:0;transition: all .5s;}
.h-nav li .yiji.on{color:var(--zhu-color);}
.h-nav li .yiji.on:after{width:100%;}
.h-nav li .sublist{position: absolute;width:120px;top:100%;left:-10px;background: rgba(255,255,255,.4);display: none;}
.h-nav li .sublist.product{width:220px;}
.h-nav li .sublist ul{display:flex;flex-direction: column;background: rgba(255,255,255,.8);padding:10px 15px 15px;}
.h-nav li .sublist ul a{display: block;padding:10px 0;color:#333;transition: all .5s;position: relative;font-size: 15px;}
.h-nav li .sublist ul a:after{position: absolute;content:'';left:0;bottom:0;width:15px;background: var(--zhu-color);height: 2px;transition: all .5s}
.h-nav li .sublist ul a:hover:after{width:100%;}
.h-nav li .sublist ul a:hover{color:var(--zhu-color);}
.h-right{width:260px;height: 40px;text-align: center;line-height: 40px;color:#027dfb;line-height: 40px;border-radius: 20px;margin:25px 0;transition: all .5s}
.h-right i{font-size: 30px;display: inline;margin-right: 3px;}
.h-right span{font-size: 30px;font-weight: bold;line-height: 1}
.header.active .h-right{margin:10px 0;}
.h-menu{position: fixed;right:0;top:20px;width:80px;text-align: center;cursor: pointer;display: none;color:var(--zhu-color);transition: all .5s}
.h-menu i{color:#333;font-size: 30px;}
.header.active .h-menu{top:10px;}
@media(max-width: 1600px){
	.h-nav{width:calc(100% - 800px);}
	.h-nav li .sublist .wrapp{display: flex;flex-direction: row;}
	.h-nav li .sublist .right img{width:100%;}
	.h-logo{width:460px;padding:25px 0;}
	.h-right{width:220px;}
	.h-right span{font-size:24px;}
	.h-right i{font-size:24px;}
}
@media(max-width: 1400px){
	.header{height: 81px;}
	.h-logo{width:400px;padding:20px 0;}
	.h-nav{width:calc(100% - 680px);}
	.h-nav li .sublist .left{width:30%;}
	.h-nav li .sublist .mid{width:35%;}
	.h-nav li .sublist .right{width:35%;}
	.h-right{width:180px;margin:20px 0;}
	.h-right span{font-size:20px;}
	.h-right i{font-size:20px;}
	.h-nav li .yiji{line-height: 80px;font-size:14px;}
	.header.active{height: 65px}
	.header.active .h-logo{padding:10px 0;}

}
@media(max-width: 1200px){
	.h-nav{width:calc(100% - 450px);}
	.h-right{display: none;}
	.h-right i{font-size: 24px}
}
@media(max-width: 1024px){
	.h-nav{display: none;}
	.h-menu{width:60px;display: block;top:10px;}
	.header{height: 65px;}
	.h-logo{padding:13px 0;}

}
@media(max-width: 576px){
	.header{height: 50px;}
	.h-logo{height: 100%;padding:12px 0;width:calc(100% - 60px);}
	.h-logo img{max-height:26px}
	.h-menu{display: flex;flex-direction: column;justify-content: center;top:0;}
	.header.active{height: 50px;}
	.header.active .h-menu{top:0px;}
	.header.active .h-logo{padding:12px 0;}
}


/*banner*/
.flash{width:100%;overflow: hidden;position: relative;margin-top:94px;}
.banner{width:100%;margin:0 auto;}
.banner .swiper-slide{position: relative;width:100%;overflow: hidden;}
.banner .swiper-slide .pic{transform: scale(1.1,1.1);transition:all 3s;object-fit: cover;width:100%;}
.banner .swiper-slide .pic.on{transform: scale(1,1);}
.banner1-pic{height:80vh;display: flex;flex-direction: row;justify-content: center;align-items: center;padding:0 15px;}
.banner .page-cirle{bottom: 100px;width: 94px;height: 94px;z-index: 22;--bs-progress-bg:none;--bs-progress-bar-bg:none;}
.banner .page-cirle:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border-radius: 100%;border: 1px solid rgba(255,255,255,.5); content: "";}
.banner .page-cirle > span{position: absolute;top: 0;width: 50%;height: 100%;z-index: 1;overflow: hidden;}
.banner .page-cirle .progress-left{left: 0;display: none;}
.banner .page-cirle .progress-bar{position: absolute;top: 0;width: 100%;height: 100%;border: 1px solid var(--zhu-color);box-sizing: border-box;}
.banner .page-cirle .progress-left .progress-bar{left: 100%;border-top-right-radius: 80px;border-bottom-right-radius: 80px;
border-left: 0; -webkit-transform-origin: center left;transform-origin: center left;}
.banner .page-cirle .progress-right{right: 0;display: none;}
.banner .page-cirle .progress-right .progress-bar{left: -100%;border-top-left-radius: 80px;border-bottom-left-radius: 80px;border-right: 0;
-webkit-transform-origin: center right;transform-origin: center right;animation: loading-1 2.5s linear  forwards;}
.banner .page-cirle .progress-left .progress-bar{animation: loading-2 2.5s linear forwards 2.5s; }
.banner .page-cirle.on .progress-left,.banner .page-cirle.on .progress-right{display: block;}
.dwzycenter{position: absolute;left: 50%;transform: translateX(-50%);}
.dwsxcenter{position: absolute;top: 50%;transform: translateY(-50%);}
.mflex_center{display: flex;justify-content: center;align-items: center;}
.dwcenter{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.trans{transition: all .5s}
.banner .swiper-pagination{height: 1em;color: #fff;}
.banner .swiper-pagination ul{position: relative;height: 1.5em;width: 20px; text-align: left; overflow: hidden;}
.banner .swiper-pagination ul li{position: absolute;left: 0px;bottom: 0;width: 100%;line-height: 1em; font-size: 16px}
.banner .swiper-pagination .total{display: block;width: 20px;text-align: right;font-size: 16px}
.banner .swiper-pagination .line{width: 8px;height: 1px;margin: 0 8px;background: #fff;}
.banner .paeg-bann{z-index: 11;width:80%;}
.banner .paeg-bann .next{right: -4px;cursor: pointer;}
.banner .paeg-bann .prev{left: -4px;cursor: pointer;}
.banner .paeg-bann .next .line,.banner .paeg-bann .prev .line{width:60px;height: 2px;background: #fff;}
.banner .paeg-bann .prev .line{margin-left: -14px;}
.banner .paeg-bann .next .iconfont{margin-left: -16px;font-size: 22px;line-height: 1em;color: #fff;}
.banner .paeg-bann .prev .iconfont{font-size: 22px;line-height: 1em;color: #fff;}

.banner .paeg-bann .next:hover .line,.banner .paeg-bann .prev:hover .line{background: var(--zhu-color);}
.banner .paeg-bann .next:hover .iconfont,.banner .paeg-bann .prev:hover .iconfont{color: var(--zhu-color);}
.banner .scorll{bottom:40px;height: 1em;color: #fff;z-index: 22;}
.banner .scorll .iconfont{margin:3px 10px 0 0;font-size: 30px;line-height: 1em;transition: all .5s}
.banner .scorll:hover{color: var(--zhu-color);}


@keyframes loading-1{
0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
100%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
}

@keyframes loading-2{
0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
100%{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
}
 @keyframes fadenum{
   0%{-webkit-transform:rotate(0deg);}
   		 
	50%{-webkit-transform:rotate(180deg);}

	100%{-webkit-transform:rotate(360deg);}
}
@media(max-width: 1400px){
	.flash{margin-top: 81px;}

}
@media(max-width: 1200px){
}
@media(max-width: 1024px){
	.flash{margin-top: 65px}
}
@media(max-width: 992px){

}
@media(max-width: 768px){

	.banner .paeg-bann{display: none;}
	.banner .page-cirle{bottom:100px;width:64px;height: 64px;display: none}
	.banner .scorll{bottom:50px;}
}


@media(max-width: 576px){
	.flash{margin-top: 50px;height: 25vh}
	.banner{height: 100%}
	.banner .swiper-slide .pic{height: 100%}
	.banner .page-cirle{bottom:30px;}
	.banner .scorll{bottom:10px;}
	.banner .page-cirle{width:45px;height: 45px;}
	.banner .swiper-pagination ul li,.banner .swiper-pagination .total{font-size: 12px;width:auto;}
	.banner .swiper-pagination ul{width:15px;height: 1em;}
	.banner .swiper-pagination .line{width:3px;margin:0 2px;}
	.banner .scorll{font-size:10px;}
	.banner .scorll .iconfont{font-size:14px;}
}

.fancynav-inner .flash{margin-top: 0}

/*ititle*/
.ititle{margin:45px 0;text-align: center;}
.ititle .hd{position: relative;width:580px;margin:0 auto;}
.ititle .hd:before,.ititle .hd:after{content:'';width:96px;height: 35px;background: url(../images/ititle-icon.jpg);background-size: 100% 100%;position: absolute;top:20px;}
.ititle .hd:before{left:0;}
.ititle .hd:after{right:0;}
.ititle .hd span{font-size:48px;font-weight: bold;color:#333333;padding-bottom: 20px;position: relative;}
.ititle .hd span:after{content:'';position:absolute;bottom:0;left:50%;transform: translateX(-50%);width:56px;height: 2px;background: var(--zhu-color);}
.ititle .bd{font-size:16px;color:#333;text-align: center;margin-top: 35px;}
@media(max-width: 1400px){
	.ititle .hd span{font-size:42px;}
	.ititle .hd:before, .ititle .hd:after{width:90px;}
}
@media(max-width: 1200px){
	.ititle .hd span{font-size:38px;}
	.ititle .hd:before, .ititle .hd:after{width:85px;top:15px;}
}
@media(max-width: 992px){
	.ititle .hd span{font-size:32px;}
	.ititle .hd:before, .ititle .hd:after{width:80px;top:10px;}
}
@media(max-width:768px){
	.ititle .hd{width:450px;}
	.ititle .hd span{font-size:28px;}
	.ititle .hd:before, .ititle .hd:after{width:60px;top:10px;height: 30px}
	.ititle .bd{font-size:14px;}
}
@media(max-width:576px){
	.ititle{margin:30px 0;}
	.ititle .hd{width:90%;}
	.ititle .hd span{font-size:24px;}
	.ititle .hd:before, .ititle .hd:after{width:40px;top:10px;height: 20px}
	.ititle .bd{font-size:12px;}
}
/*ipro*/
.ipro{overflow: hidden;}
.ipro-md{overflow: hidden;}
.ipro-md .swiper-wrapper{justify-content: center;}
.ipro-md .swiper-slide{width:170px;background: #f5f5f5;color:#333333;font-size:19px;text-align: center;line-height: 3;cursor: pointer;transition: all .5s}
.ipro-md .swiper-slide:hover,.ipro-md .swiper-slide-thumb-active{background: var(--zhu-color);color:#fff;}
.ipro-bd{padding:40px 0 0;overflow: hidden;}
.ipro-bd .swiper-slide ul{}
.ipro-bd .swiper-slide ul a{width:calc((100% - 90px)/3);border:solid 1px #e5e2e2;transition: all .5s;margin:0 15px 25px;display: block;float: left;}
.ipro-bd .swiper-slide ul a .img{padding-bottom: 91%}
.ipro-bd .swiper-slide ul a .img img{object-fit:contain;transition: all .5s}
.ipro-bd .swiper-slide ul a .txt{border-top:solid 1px #e5e2e2;padding:16px 15px;display: flex;flex-direction: row;justify-content: space-between;}
.ipro-bd .swiper-slide ul a .txt .lt{width:calc(100% - 60px);position: relative;padding-left: 20px}
.ipro-bd .swiper-slide ul a .txt .lt:before{content:'';position: absolute;width:8px;height: 8px;background: var(--zhu-color);left:0;top:10px;}
.ipro-bd .swiper-slide ul a .txt .lt p{font-size:16px;font-weight: bold;color:#333333;line-height: 1.8}
.ipro-bd .swiper-slide ul a .txt .rt{width:30px;height: 30px;background: var(--zhu-color);text-align: center;line-height: 30px;border-radius: 50%}
.ipro-bd .swiper-slide ul a .txt .rt i{font-size:24px;color:#fff;}
.ipro-bd .swiper-slide ul a:hover{border:solid 1px var(--zhu-color);}
.ipro-bd .swiper-slide ul a:hover .img img{transform: scale(1.05,1.05);}
@media(max-width: 1400px){
	
	.ipro-md .swiper-slide{font-size:17px;width:150px;line-height: 2.6}

}
@media(max-width: 1200px){
	
	.ipro-md .swiper-slide{font-size:16px;width:130px;}
	.ipro-bd .swiper-slide ul a .txt .lt p{font-size:15px;}

}
@media(max-width: 992px){
	
	.ipro-md .swiper-slide{font-size:14px;width:100px;}
	.ipro-bd .swiper-slide ul a{width:calc((100% - 60px)/3);margin:0 10px 20px;}
	.ipro-bd .swiper-slide ul a .txt{padding:12px 15px;}
	.ipro-bd .swiper-slide ul a .txt .lt p{font-size:14px;font-weight: normal;}
	.ipro-bd .swiper-slide ul a .txt .rt{width:24px;height: 24px;line-height: 24px;}
	.ipro-bd .swiper-slide ul a .txt .rt i{font-size:20px;}

}
@media(max-width: 768px){
	.ipro-bd .swiper-slide ul{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap}
	.ipro-bd .swiper-slide ul a{width:calc((100% - 20px)/2);margin:0 0 20px;}
}
@media(max-width: 576px){
	.ipro-md .swiper-wrapper{justify-content: flex-start;}
	.ipro-md .swiper-slide{line-height: 2.4;font-size:13px;}
	.ipro-bd .swiper-slide ul a{width:calc((100% - 10px)/2);margin-bottom: 15px;}
	.ipro-bd .swiper-slide ul a .txt{padding:10px;}
	.ipro-bd .swiper-slide ul a .txt .lt{width:100%;padding-left: 0;text-align: center;}
	.ipro-bd .swiper-slide ul a .txt .lt:before{display: none;}
	.ipro-bd .swiper-slide ul a .txt .rt{display: none;}
	.ipro-bd .swiper-slide ul a .txt .lt p{line-height: 1;font-size:12px;}
}

/*icom*/
.icom{overflow: hidden;}
.icom-md{overflow: hidden;position: relative;padding-bottom: 60px}
.icom-md:before{content:"";position: absolute;width:100%;height: 555px;background: url(../images/icom-md-bg.jpg) center no-repeat;background-attachment: fixed;left:0;top:0;background-size: cover;}
.icom-md .box{background: #fff;padding:50px 30px 50px 50px;position: relative;margin-top: 150px; box-shadow: 0 0 50px #ddd}
.icom-md .box:before{content:'';height: 88%;width:1px;background: #dedfe0;position: absolute;top:50px;left:25px; }
.icom-md .box:after{content:'';width:3px;height: 35px;background: var(--zhu-color);position: absolute;top:50px;left:24px;animation: topToBottom 5s linear infinite;}
.icom-md .hd{display: flex;flex-direction:row;justify-content: space-between;width:100%;}
.icom-md .hd .left{width:330px;}
.icom-md .hd .left .t1{font-weight: bold;color:#81b0f3;font-size:16px;text-transform: uppercase;margin-top: 30px;}
.icom-md .hd .left .t2{color:#333333;font-size:24px;margin:10px 0;}
.icom-md .hd .left .t3{color:#333333;font-size:30px;font-weight: bold;}
.icom-md .hd .right{width:calc(100% - 330px);}
.icom-md .hd .right p{font-size:15px;color:#333333;line-height: 2.2;-webkit-line-clamp:4;}
.icom-md .hd .right a{width:164px;height: 42px;text-align: center;background: var(--zhu-color);color:#fff;display: block;border-radius: 30px;display: flex;flex-direction: row;justify-content: center;margin-top: 40px;transition: all .5s;align-items: center;}
.icom-md .hd .right a span{font-size:16px;}
.icom-md .hd .right a i{font-size:20px;margin-left:10px;}
.icom-md .hd .right a:hover{width:180px;}
.icom-md .bd{overflow: hidden;margin:60px 0 0;}
.icom-md .bd a{display: block;width:100%;position: relative;}
.icom-md .bd a .txt{position: absolute;background: rgba(0,0,0,.7);text-align: center;padding:8px 10px;color:#fff;bottom:-100%;left:0;width:100%;transition: all .5s}
.icom-md .bd a:hover .txt{bottom:0;}

@keyframes topToBottom{
	0%{top:10%;}
	50%{top:90%;}
	100%{top:10%;}
}
@media(max-width: 768px){
	.icom-md .hd{flex-direction: column;}
	.icom-md .hd .left{width:100%;}
	.icom-md .hd .left .t1{margin-top: 15px;font-size:14px;}
	.icom-md .hd .left .t2{font-size:20px;}
	.icom-md .hd .left .t3{font-size:22px;}
	.icom-md .hd .right{width:100%;margin-top: 20px;}
	.icom-md .hd .right a{margin-top: 20px;width:140px;height: 36px}
	.icom-md .hd .right a span{font-size:14px;}
	.icom-md .hd .right p{font-size:14px;line-height: 2}
}
@media(max-width: 576px){
	.icom-md{padding-bottom: 30px;}
	.icom-md:before{height: 300px}
	.icom-md .box{margin-top: 50px;padding:25px 12px 30px 25px;box-shadow: 0 0 30px #ddd}
	.icom-md .box:before{left:8px;top:30px;}
	.icom-md .box:after{left:7px;}
	.icom-md .hd .left .t1{font-size:12px;}
	.icom-md .hd .left .t2{font-size:16px;}
	.icom-md .hd .left .t3{font-size:17px;}
	.icom-md .hd .right p{font-size:13px;}
	.icom-md .hd .right a{width:100px;height: 30px;}
	.icom-md .hd .right a span{font-size:12px;}
	.icom-md .hd .right a i{font-size:16px;}
	.icom-md .bd{margin-top: 30px;}
}


/*icase*/
.icase{overflow: hidden;}
.icase-box{padding:15px 0;}
.icase-content{overflow: hidden;padding-top: 30px}
.icase-box .img{padding-bottom: 60%}
.icase-box .swiper-3d .swiper-slide-shadow-left{background:rgba(255,255,255,.5);}
.icase-box .swiper-3d .swiper-slide-shadow-right{background:rgba(255,255,255,.5);}
.icase-box .txt{padding:30px 30px;}
.icase-box .txt .hd{display: flex;flex-direction: row;justify-content: space-between;}
.icase-box .txt .hd p{width:calc(100% - 220px);font-size:24px;line-height: 1.2;float: left;}
.icase-box .txt .hd a{width:160px;border:solid 1px var(--pei-color);border-radius: 20px;display:block;padding:2px 12px;transition: all .5s}
.icase-box .txt .hd a b{font-size:14px;color:#333;font-weight: normal;float: left;margin:3px 0 0 10px;transition: all .5s}
.icase-box .txt .hd a span{width:30px;height: 30px;border-radius: 50%;text-align: center;background: var(--pei-color);float: right;transition: all .5s}
.icase-box .txt .hd a i{line-height: 30px;color:#fff;font-size:20px;transition: all .5s}
.icase-box .txt .hd a:hover{background: var(--pei-color);}
.icase-box .txt .hd a:hover b{color:#fff;}
.icase-box .txt .hd a:hover span{background:#fff;}
.icase-box .txt .hd a:hover i{color: var(--pei-color);}
.icase-box .txt .bd{font-size:14px;color:#333333;line-height: 2;margin-top: 20px;}
.icase-box .next,.icase-box .prev{width:60px;height: 60px;border-radius: 50%;background: var(--zhu-color);text-align: center;position: absolute;top:50%;transform: translateY(-50%);cursor: pointer;transition: all .5s}
.icase-box .next i,.icase-box .prev i{color:#fff;font-size:40px;}
.icase-box .prev{left:-30px;}
.icase-box .next{right:-30px;}
.icase-box .next:hover,.icase-box .prev:hover{background: var(--pei-color)}
@media(max-width:1600px){
	.icase-box .next, .icase-box .prev{width:40px;height: 40px;}
	.icase-box .next i, .icase-box .prev i{font-size:30px;}
	.icase-box .prev{left:-5px;}
	.icase-box .next{right:-5px;}
}
@media(max-width: 1400px){
	.icase-box .txt .hd p{width:calc(100% - 180px);font-size:24px;}
	.icase-box .txt .hd a{width:150px;}
	.icase-box .txt .hd a b{font-size:14px;margin:1px 0 0 5px;}
	.icase-box .txt .hd a span{width:24px;height: 24px;}
	.icase-box .txt .hd a i{font-size:16px;line-height: 24px;}
	.icase-box .txt .bd{font-size:14px;}
	.icase-box .prev{left:0px;}
	.icase-box .next{right:0px;}
}
@media(max-width: 1200px){
	.icase-box .txt{padding:15px;}
	.icase-box .txt .hd p{width:calc(100% - 50px);font-size:20px;line-height: 1.5}
	.icase-box .txt .hd a{width:34px;padding:4px;}
	.icase-box .txt .hd a b{display: none;}

	.icase-box .txt .bd{font-size:13px;margin-top: 10px}
}
@media(max-width: 768px){
	.icase-box .txt .hd a{width:30px;padding:4px;}
	.icase-box .txt .hd p{width:calc(100% - 50px);font-size:20px;line-height: 1.5}
	.icase-box .txt .hd a span{width:20px;height: 20px;}
	.icase-box .txt .hd a i{line-height: 1.2}
}
@media(max-width: 576px){
	.icase-box .txt .hd p{font-size:16px;line-height: 1.8}
	.icase-box .txt .bd{font-size:12px;}
	.icase-content{padding-top: 0}
	.icase-box .next, .icase-box .prev{width:30px;height: 30px;}
	.icase-box .next i, .icase-box .prev i{font-size:20px;}
}

/*inews*/
.inews{overflow: hidden;margin-bottom: 30px}
.inews-box{overflow: hidden;}
.inews-box a{display: flex;padding:45px 30px;justify-content: space-between;flex-direction: row;border-top:solid 1px #ddd;}
.inews-box a:last-child{border-bottom:solid 1px #ddd;}
.inews-box a .pic{width:355px;}
.inews-box a .img{padding-bottom: 58%}
.inews-box a .txt{width:calc(100% - 380px);padding:10px 0;}
.inews-box a .txt .date{font-size:16px;color:#333;}
.inews-box a .txt p{font-size:18px;color:#333;line-height: 1.8;margin:30px 0;-webkit-line-clamp:2;}
.inews-box a .txt .more{border:solid 1px var(--pei-color);padding:3px 15px;border-radius: 20px;float: left;color:var(--pei-color);}
.inews-box a .txt .more span{font-size:16px;float: left;}
.inews-box a .txt .more i{float: right;font-size:20px;margin-left:10px;line-height: 1.3}
.inews-box a:hover{background:#f9fafa }
@media(max-width: 992px){
	.inews-box a{padding:30px 15px;}
	.inews-box a .pic{width:260px;}
	.inews-box a .img{padding-bottom:65%;}
	.inews-box a .txt{width:calc(100% - 290px);}
	.inews-box a .txt p{margin:20px 0;font-size:16px;}
	.inews-box a .txt .more span{font-size:14px;}
	.inews-box a .txt .more i{line-height: 1}
}
@media(max-width: 768px){
	.inews-box a{padding:30px 15px;}
	.inews-box a .pic{width:210px;}
	.inews-box a .txt{width:calc(100% - 230px);padding:0;}
	.inews-box a .txt p{margin:15px 0;font-size:14px;}
	.inews-box a .txt .more span{font-size:12px;}
	.inews-box a .txt .more i{line-height: 1}
}
@media(max-width: 576px){
	.inews-box a{padding:20px 15px;flex-direction: column;}
	.inews-box a .pic{width:100%;}
	.inews-box a .txt{width:100%;padding:10px 10px 0;}
	.inews-box a .txt .date{font-size:12px;}
	.inews-box a .txt p{margin:15px 0;font-size:14px;}
	.inews-box a .txt .more span{font-size:12px;}
	.inews-box a .txt .more i{line-height: 1}
}

/*footer*/
.footer{background: #010f1d;overflow: hidden;}
.f-hd{padding:65px 0 35px;overflow: hidden;}
.f-hd .lt{width:calc(100% - 405px);float: left;}
.f-nav{margin-top: 55px;}
.f-nav a{font-size:16px;color:rgba(255,255,255,.5);padding:0 25px;}
.f-nav a:hover{color:rgba(255,255,255,1);}
.f-hd .rt{width:405px;float: right;}
.f-hd .rt p{color:#fff;text-align: right;}
.f-hd .rt p i{font-size:25px;margin-right:10px;line-height: 1.6}
.f-hd .rt p span{font-size:20px;}
.f-hd .rt p b{color:var(--pei-color);font-size:25px;}
.f-hd .rt .bd{margin-top: 20px;}
.f-hd .rt .bd p span{font-size:18px;}
.f-bd{border-top:solid 1px rgba(255,255,255,.1);padding:15px 0;color:rgba(255,255,255,.4);}
.f-bd a{color:rgba(255,255,255,.4);margin-left:15px;}
.f-bd a:hover{color:rgba(255,255,255,1);}
@media(max-width: 1400px){
	.f-nav a{padding:0 20px;}
}
@media(max-width: 1200px){
	.f-nav a{padding:0 12px;font-size:15px;}
	.f-hd .lt{width:calc(100% - 340px);}
	.f-hd .rt{width:340px;}
	.f-hd .rt p i{font-size:20px;}
	.f-hd .rt p span{font-size:16px;}
	.f-hd .rt p b{font-size:20px;}
	.f-hd .rt .bd{margin-top: 30px;}
	.f-hd .rt .bd p span{font-size:16px;}
}
@media(max-width: 992px){
	.f-hd .lt{width:100%;}
	.f-hd .rt{width:100%;margin-top: 30px;}
	.f-nav{display: flex;flex-direction: row;justify-content: space-between;}
}
@media(max-width: 768px){
	.f-nav a{padding:0 10px;}
}
@media(max-width: 576px){
	.f-nav{display: none;}
	.f-hd{padding:35px 0;}
	.f-hd .rt p i{font-size:18px;}
	.f-hd .rt p span,.f-hd .rt .bd p span{font-size:14px;}
	.f-hd .rt p b{font-size:18px;}
	.f-bd{font-size:12px;}
}
/*l-banner*/
.l-banner{width:100%;height: 405px;overflow: hidden;color:#fff;display: flex;flex-direction: column;justify-content: center;z-index: 1;;background: url(../images/l-banner.jpg) center no-repeat;margin-top:94px;background-attachment: fixed;background-position: top;}
.l-banner .wrap{padding:0 15px;}
.l-banner .t1{font-size: 42px;font-weight: bold;line-height: 1}
.l-banner .t2{font-size: 18px;margin:25px 0;line-height: 1.5}
.l-banner span{width:55px;height: 3px;background: #fff;display:block;}
@media(max-width: 1400px){
	.l-banner{margin-top: 81px;}
	.l-banner .t1{font-size:35px;}
}
@media(max-width: 1200px){
	.l-banner .t1{font-size:30px;}
	.l-banner .t2{font-size:16px;}
}
@media(max-width: 1024px){
	.l-banner{margin-top: 65px;height: 320px}
}
@media(max-width: 992px){
	.l-banner .t1{font-size:25px;}
	.l-banner .t2{font-size:15px;}
}


@media(max-width: 576px){
	.l-banner{height: 220px;margin-top: 50px; }
	.l-banner .t1{font-size: 20px;}
	.l-banner .t2{font-size: 13px;}

}
.fancynav-inner .l-banner{margin-top: 0}

/*position*/
.position{border-bottom: solid 1px #f3f2f2;padding-top: 5px;overflow: hidden;}

.p-left{width:50%;float: left;overflow: hidden;}
.p-left a{height: 70px;line-height: 70px;display: block;float: left;margin-right: 60px;color:#333;font-size: 16px;position: relative;transition: all .5s}
.p-left a:after{content:'';position: absolute;bottom:0;left:50%;height: 2px;background:var(--zhu-color);width:0;;transition: all .5s;transform: translateX(-50%);}
.p-left a:hover,.p-left a.on{color:var(--zhu-color);}
.p-left a:hover:after,.p-left a.on:after{width:100%;}
.p-right{width:50%;float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;height: 70px;}
.p-right i{color:var(--zhu-color);font-size:30px;margin-right: 10px;}
.p-right p{color:#666666;}
.p-right p a{color:#666666;display: inline-block;}
.p-right p a:hover{color:var(--zhu-color);}
.pinfo-position .p-right{justify-content: flex-start;width:100%;}
@media(max-width: 1400px){
	.p-right{height: 50px;}
}
@media(max-width: 992px){
	.position .container-fluid{display: flex;flex-direction: column-reverse;}
	.p-left{width:100%;}
	.p-right{width:100%;justify-content: flex-start;}
	.pinfo-position .p-right{display:flex;}
}
@media(max-width: 576px){
	.p-left a{height: 40px;line-height: 40px;font-size: 14px;margin-right:30px;}
	.p-right{display: none;}
	.p-right i{font-size: 16px;}
	.p-right p{font-size: 12px;}
	.pinfo-position .p-right{display:flex;}
}

.l-title{margin:30px 0;text-align: center;position: relative;}
.l-title .hd{font-size: 72px;position: absolute;color:#333;opacity: 0.04;font-family: Impact;text-transform: uppercase;top:0;left:50%;transform: translateX(-50%);width:100%;}
.l-title .md{text-align: center;font-size: 36px;color:#333333;padding-top: 25px;}
.l-title .md b{color:var(--zhu-color);font-weight:bold;}
.l-title .bd{color:#333;text-transform: uppercase;font-size: 18px;opacity: 0.66}
@media(max-width: 768px){
	.l-title .hd{font-size: 65px}
}
@media(max-width: 576px){
	.l-title{margin:15px 0;}
	.l-title .hd{display: none;}
	.l-title .md{font-size: 30px;padding-top: 0}
	.l-title .bd{font-size: 14px}
}

/*com-part1*/
.com-part1{padding:60px 0;overflow: hidden;width:100%;}
.com-part1-hd{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;padding:0 15px;}
.com-part1-hd .left{overflow: hidden;width:calc(100% - 600px);}
.com-part1-hd .left .t1{overflow: hidden;font-size: 48px;font-weight: bold;
}

 .com-part1-hd .left .t2{color:var(--zhu-color);font-family: Arial;font-size:18px;text-transform: uppercase;}
 .com-part1-hd .left .t3{font-size: 16px;line-height: 36px;color:#333;margin-top: 30px;-webkit-line-clamp:7;}
 .com-part1-hd .right{width:550px;position: relative;}
 .com-part1-hd .right .box{width:calc(100% - 44px);height: calc(100% - 44px);border:solid 1px #fff;position: absolute;top:22px;left:22px;border-top-right-radius:50px;border-bottom-left-radius: 50px;overflow: hidden;z-index: 1}
  .com-part1-hd .right .pic{width:100%;height: 100%;border-top-right-radius:50px;border-bottom-left-radius: 50px;overflow: hidden;}
  .com-part1-hd .right .pic img{object-fit: cover;width:100%;height: 100%;}
  .com-part1-hd .more{width:150px;display: flex;flex-direction: row;justify-content: space-between;margin:30px 30px 15px;float: right;}
  .com-part1-hd .more span,.com-part1-hd .more i{height: 40px;line-height: 40px;display: block;background: var(--zhu-color);color: #fff;text-align: center;transition: all .5s}
	.com-part1-hd .more span{width:107px;font-size: 16px;}
	.com-part1-hd .more i{width:40px;font-size: 24px;}
	.com-part1-hd .more:hover span{border-radius: 10px;}
	.com-part1-hd .more:hover i{border-radius: 50%;}
 	.com-part1-bd{background:#fafafa;display: flex;flex-direction: row;height: 220px;margin-top: 60px;}
 	.com-part1-bd li{display: flex;flex-direction: column;align-items: center;justify-content: center;width:25%;border-right:solid 1px #e9e9e9;}
   .com-part1-bd li:last-child{border-right:none;}
 .com-part1-bd li i{display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 60px;line-height: 1}
  .com-part1-bd li .t1 b{font-size: 45px;font-weight: bold;color:var(--zhu-color);}
  .com-part1-bd li .t1 span{font-size: 16px;margin-left: 5px}
  .com-part1-bd li .t2{font-size: 16px;color:#999999;}

/*@media(max-width: 1600px){
	.com-part1-hd .left{width:calc(100% - 730px);}
	.com-part1-hd .right{width:700px;}
}*/
/*@media(max-width: 1400px){
	.com-part1-hd .left{width:calc(100% - 630px);}
	.com-part1-hd .right{width:600px;}
}*/
@media(max-width: 1200px){
	.com-part1-hd .left{width:calc(100% - 530px);}
	.com-part1-hd .right{width:500px;}
	.com-part1-hd .left .t1{font-size:35px;}
	.com-part1-hd .left .t2{font-size:16px;}
}
@media(max-width: 992px){
	.com-part1-hd{flex-direction: column;}
	.com-part1-hd .left{width:100%}
	.com-part1-hd .right{width:60%;margin:30px auto 0;}
	.com-part1-bd{margin-top: 45px;}
	.com-part1-bd li i{font-size: 50px}
	.com-part1-bd li .t1 b{font-size: 40px;}
}
@media(max-width: 768px){
	
	.com-part1-bd{height: 160px}
	.com-part1-bd li i{font-size: 40px}
	.com-part1-bd li .t1 b{font-size: 30px;}
	.com-part1-bd li .t2{font-size: 14px}
}
@media(max-width: 576px){

	.com-part1{padding:30px 0;}

	.com-part1-hd .left .t1{font-size:22px;}
	.com-part1-hd .left .t2{font-size:12px;}
	.com-part1-hd .left .t3{font-size: 14px;line-height: 26px}
	.com-part1-hd .right{width:100%;}
	.com-part1-hd .right .box{width:calc(100% - 22px);height: calc(100% - 22px);top:11px;left:11px;}
	.com-part1-bd{flex-wrap: wrap;height: 315px;margin-top: 30px}
	.com-part1-bd li{width:50%;height: 150px;margin-bottom: 15px}
	.com-part1-bd li:nth-child(2){border-right:none;}
	.com-part1-hd .more{width:115px;}
	.com-part1-hd .more span{font-size:12px;width:80px;}
	.com-part1-hd .more span,.com-part1-hd .more i{height: 32px;line-height: 32px;display: block;background: var(--zhu-color);color: #fff;text-align: center;transition: all .5s}
	.com-part1-hd .more i{width:30px;font-size:18px;}
}

/*com-part2*/
.com-part2{background: url(../images/com-part2-bg.jpg) center no-repeat;height: 700px;width:100%;background-attachment: fixed;padding:30px 0;}
.com-part2 .l-title .hd{color:#fff;opacity: 0.1}
.com-part2 .l-title .md{color:#fff;}
.com-part2 .l-title .md b{color:#fff;}
.com-part2 .l-title .bd{color:#fff;}
.com-part2-bd{overflow: hidden;padding:60px 15px;}
.com-part2-bd .swiper-slide{border-radius: 20px;position: relative;padding:45px 100px;text-align: center;cursor: pointer;overflow: hidden;transition: all .5s;}
.com-part2-bd .swiper-slide .bg{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(255,255,255,.7);z-index: 0}
.com-part2-bd .swiper-slide:before{content:'';top:12px;left: 12px;width:calc(100% - 24px);height: calc(100% - 24px);border:solid 1px #ccc;position: absolute;z-index: 2;border-radius: 20px;}

.com-part2-bd .swiper-slide i{width:80px;height: 80px;border-radius:50%;background: var(--zhu-color);color:#fff;font-size: 40px;text-align: center;line-height: 80px;display: block;margin:0 auto;position: relative;z-index: 2}
/*.com-part2-bd .swiper-slide:nth-child(1) i{font-size: 65px}
.com-part2-bd .swiper-slide:nth-child(3) i{font-size: 65px}*/
.com-part2-bd .swiper-slide .t1{text-align: center;font-size: 26px;font-weight:bold;padding:10px 0;position: relative;z-index: 2}
.com-part2-bd .swiper-slide .t2{text-align: center;font-size: 15px;line-height: 26px;height: 90px;position: relative;z-index: 2;opacity: 0.7}
.com-part2-bd .swiper-slide.on{color:#fff; }
.com-part2-bd .swiper-slide.on .bg{background:linear-gradient(to right bottom,var(--zhu-color), var(--pei-color));opacity: 0.7}
@media(max-width: 1600px){
	.com-part2-bd .swiper-slide{padding:45px 50px;}
}
@media(max-width: 992px){
	.com-part2{height: auto}
	.com-part2-bd .swiper-slide{padding:45px 30px;}
	.com-part2-bd .swiper-slide i{font-size: 40px;width:60px;height: 60px;;line-height: 60px;}
	.com-part2-bd .swiper-slide:nth-child(1) i{font-size: 55px}
	.com-part2-bd .swiper-slide:nth-child(3) i{font-size: 55px}
	.com-part2-bd .swiper-slide .t1{font-size: 24px;}
	.com-part2-bd .swiper-slide .t2{font-size: 14px;}
}
@media(max-width: 576px){
	.com-part2-bd{padding:30px;}
	.com-part2-bd .swiper-slide{border-radius: 30px}
	.com-part2-bd .swiper-slide:before{border-radius: 30px}
}

/*com-part3*/
.com-part3-bd{overflow: hidden;width:100%;padding:30px 15px 30px;}
.com-part3-bd .swiper-slide{background: #f2f2f2;}
.com-part3-bd .swiper-slide a{display: block;width:100%;padding:13px;overflow: hidden;border-radius: 3px;transition: all .5s;}
.com-part3-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}
.com-part3-bd .swiper-slide a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background: var(--zhu-color);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.com-part3-bd .swiper-slide a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;}
.com-part3-bd .swiper-slide a .hd .zhezhao .box i{font-size: 35px;}
.com-part3-bd .swiper-slide a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;}
.com-part3-bd .swiper-slide a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.com-part3-bd .swiper-slide a.on{box-shadow: 0 0 10px #ccc;}
.com-part3-bd .swiper-slide a.on .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: .7}
.com-part3-bd .swiper-slide a.on .bd{letter-spacing: 1px}
.com-part3-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part3-bd .pagination .swiper-pagination-bullet{border-radius: 0;width:20px;height: 3px;transition: all .5s}
.com-part3-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}
@media(max-width: 576px){
	.com-part3{padding-top: 15px;}
	.com-part3-bd{padding:15px 23px 45px;}
}

/*com-part4*/
.com-part4{background:var(--zhu-color);background-attachment: fixed;}
.com-part4 .l-title .hd{color:#fff;}
.com-part4 .l-title .md{color:#fff;}
.com-part4 .l-title .md b{color:#fff;}
.com-part4 .l-title .bd{color:#eee;}
.com-part4-bd{overflow: hidden;width:100%;padding:30px 15px 45px;}

.com-part4-bd .swiper-slide{background: #f2f2f2;border-radius: 3px;overflow: hidden;}

.com-part4-bd .swiper-slide a{display: block;width:100%;padding:13px;overflow: hidden;transition: all .5s;position:relative;}
.com-part4-bd .swiper-slide a:before{content:'';position: absolute;bottom:0;left:0;background:var(--pei-color);width:0;transition: all .5s;height: 4px}
.com-part4-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}

.com-part4-bd .swiper-slide a .bd{border-top:solid 1px #ddd;padding:15px 0;margin-top: 20px;pos}
.com-part4-bd .swiper-slide a .bd .t1{font-size:18px;color:#333333;}
.com-part4-bd .swiper-slide a .bd .t2{font-size:14px;color:#999999;line-height: 1.8;margin-top: 10px}
.com-part4-bd .swiper-slide a:hover:before{width:100%;}
.com-part4-bd .btnns{display: flex;flex-direction: row;justify-content: center;margin-top: 35px}
.com-part4-bd .btnns>div{width:85px;height: 46px;text-align: center;line-height: 46px;cursor: pointer;margin:0 5px;}
.com-part4-bd .btnns>div i{color:#fff;font-size:36px;}
.com-part4-bd .btnns .next{background: var(--pei-color)}
.com-part4-bd .btnns .prev{background:#cccccc}


@media(max-width: 576px){
	.com-part4{padding-top: 15px;}
	.com-part4-bd{padding:15px 23px 45px;}
}

/*single*/
.single{background: #f0f0f0;padding:30px 0;overflow: hidden;}
.single .box{line-height: 260%;font-size: 110%;background: #fff;padding:45px;background: #fff;border-radius: 5px}

/*proSection*/
.proSection{overflow: hidden;margin-bottom:30px;}
.proSection .box{background: #f4f6f8;padding:15px 25px 30px;overflow: hidden;border-radius: 5px;}
.proSection-hd{display: flex;flex-direction: row;justify-content: space-between;padding:15px 0;}
.proSection-hd .btnn{width:300px;display: flex;flex-direction: row;justify-content: space-between;}
.proSection-hd .t1{width:calc(100% - 300px);position: relative;font-size: 22px;padding-bottom:15px;}
.proSection-hd .t1:after{content:'';position: absolute;left:0;bottom:0;width:35px;height: 2px;background: var(--zhu-color)}
.proSection-hd .btnn a{width:130px;height: 45px;border-radius: 3px;display: flex;color:#fff;background:var(--pei-color);text-align: center;flex-direction: row;justify-content: center;transition: all .5s;line-height: 45px;}
.proSection-hd .btnn a.on{background: var(--zhu-color);}
.proSection-hd .btnn a i{margin-right: 5px;font-size: 20px;}
.proSection-md{margin:15px 0;color:#999;line-height: 24px}
.proSection-type{padding:15px 0;}
.proSection-type a{padding:5px 10px;border:solid 1px #ccc;color:#777;margin-right: 10px;transition: all .5s;display: inline-block;margin-bottom: 10px;}
.proSection-type a:hover{border-color:var(--zhu-color);color:var(--zhu-color);}
.proSection-bd{overflow: hidden;margin-top: 30px;}
.proSection-bd .swiper-slide .hd{padding:8px;border:solid 1px #dfdfdf;transition: all .5s}
.proSection-bd .swiper-slide .img{padding-bottom: 75%}
.proSection-bd .swiper-slide .img img{transform: scale(1.05,1.05);transition: all .5s}
.proSection-bd .swiper-slide p{height: 56px;line-height: 56px;padding:0 15px;background: #fff;color:#333;transition: all .5s}
.proSection-bd .swiper-slide:hover .hd{border-color:var(--zhu-color);}
.proSection-bd .swiper-slide:hover .img img{transform: scale(1,1);}
.proSection-bd .swiper-slide:hover p{color: var(--zhu-color);}
@media(max-width: 768px){
	.proSection-hd{flex-direction: column;}
	.proSection-hd .t1{width:100%;}
	.proSection-hd .btnn{margin-top: 25px;}
}
@media(max-width: 576px){

	.proSection .box{padding:15px 15px 25px;}
	.proSection-hd{padding-top: 0}
	.proSection-hd .btnn{width:100%;}
	.proSection-hd .btnn a{width:120px;height: 36px;line-height: 36px}
	.proSection-bd{padding:0 30px;}
	.proSection-bd .swiper-slide p{height: 40px;line-height: 40px;padding:0 10px;}
	.proSection-type a{margin-right:5px;margin-bottom: 5px;}
}

/*prolist*/
.prolist{overflow: hidden;width:100%;}

.prolist-right{width:100%;float: right;}
.prolist-right .item{margin-bottom: 30px;display: block;padding:8px;border:solid 1px #eeeddf;position: relative;}
/*.prolist-right .item .img{padding-bottom: 100%}*/
.prolist-right .item .img img{transform: scale(1.05,1.05);transition: all .5s;object-position: top;}
.prolist-right .item p{height: 55px;background: #f5f5f5;line-height: 55px;font-size: 16px;text-align: center;padding:0 15px;transition: all .5s;color:#333;}
.prolist-right .item:hover .img img{transform: scale(1,1);}
.prolist-right .item:hover p{background: var(--zhu-color);color:#fff;}
@media(max-width: 1400px){
	.prolist-left .sidebar{width:100%;}
}
@media(max-width: 1200px){
	.prolist .wrapp{padding:0;}
	.prolist-left{display: none}
	.prolist-right{width:100%;min-height: auto;}
}
@media(max-width: 576px){
	.prolist-right .row>div{padding-left: 3px;padding-right: 3px;}
	.prolist-right .item{margin-bottom: 15px;}
	.prolist-right .item p{padding:0px 5px;font-size: 14px;height: 40px;line-height: 40px;}
}

/*proinfo-part1*/
.proinfo-part1{margin-top:30px;}
/*g_focus*/
.g_focus{ overflow: hidden; margin-bottom: 30px; }
.g_focus .info{ overflow: hidden; }
.g_focus .info b{ font-size: 24px; color: #333333; line-height: 1.3; display: block; margin-bottom: 10px }
.g_focus .info .brief{ padding-left: 20px; border-left: 2px solid var(--zhu-color); font-size: 18px; color: var(--zhu-color); margin-bottom: 5px;line-height: 1.2 }
.g_focus .info p{ font-size: 14px; color: #999999; overflow: hidden;margin-bottom: 12px;line-height: 1.8; }
.g_focus .info p.clamp{-webkit-line-clamp:2;}
.g_focus .info .order-btn{ float: left; line-height: 1; padding:12px 80px; background: var(--zhu-color); border-radius: 3px; font-size: 16px; color: #ffffff; transition: all .3s; }
.g_focus .info .order-btn:hover{ transition: all .3s; background: var(--zhu-color); }
.g_focus .info .tel{ float: left; margin-left: 40px; overflow: hidden; position: relative; top:5px; }
.g_focus .info .tel span{ float: left; margin-right: 12px;  color: var(--zhu-color); font-size: 26px; }
.g_focus .info .tel div{ float: left; /*width: 50%;*/ }
.g_focus .info .tel i{ font-size: 14px; display: block; line-height: 1; color: #666666; font-style: normal; }
.g_focus .info .tel b{ font-size: 24px; color: var(--zhu-color); line-height: 1; margin: 6px 0 0; }
#g_xgcp{ overflow: hidden;  margin:20px 0; padding-right: 2px}
#g_xgcp a{ display: block; width: 100%; overflow: hidden; padding-bottom: 75%; position: relative; border:1px solid #e1e0e0;transition: all .5s }
#g_xgcp a img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s;}
#g_xgcp a b{ display: block; background: rgba(23,77,183,.7); width: 100%; box-sizing: border-box; padding:0 15px; line-height: 46px; text-align: center; font-size: 16px; color: #ffffff; line-height: 46px; position: absolute; left:0; bottom:0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#g_xgcp a:hover{border-color:var(--zhu-color);}
#g_xgcp a:hover img{  transform: scale(1.05); }
#gfocus{ width: 100%;  border:1px solid #f1f1f1;overflow:hidden;position: relative; }
#gfocus .img{padding-bottom:75%}
#gfocus img, #glist img{ width: 100%; height: 100%; object-fit: cover; }
 #gfocus .btnn{position: absolute;z-index: 1;width:96%;top: 50%;transform: translateY(-50%);left:2%;}
#gfocus .button-next, #gfocus .button-prev{ background-image: none; width: 36px; height: 36px; position: absolute; z-index: 1}
#gfocus .button-next span, #gfocus .button-prev span{ font-size: 36px; line-height: 1; color: var(--zhu-color); cursor: pointer;}
#gfocus .button-next{right:0;}
#gfocus .button-prev{left:0;}
#glist .swiper-slide{ overflow: hidden; height: 190px; }
#glist .swiper-slide img{ width: 100%; height: 100%; transition: all .3s; }
#glist .swiper-slide:hover img{ transition: all .3s; transform: scale(1.05); }
.info_nav{ background-color: #f1f1f1; overflow: hidden; }
.info_nav b{ font-size: 18px; color: #333333; display: inline-block; line-height: 1; padding:20px 70px; font-weight: normal; cursor: pointer;}
.info_nav b a{ font-size: 18px; color: #333333; }
.info_nav b:nth-of-type(1){  background: var(--zhu-color); color: #fff; }
.info_nav b:hover{ background: var(--zhu-color); color: #fff; }
.info_nav b:hover a{ color: #fff; }
.g_info .txt{ }
.g_info .txt .content{padding:30px 5px;line-height: 260%;font-size: 110%;overflow:hidden;}
.g_info .txt .content .gParm{padding:15px;background: #f0f0f0;border-radius: 5px;margin-bottom: 30px;}
.g_info .txt .content .gParm li{width:100%;display: flex;flex-direction: row;margin: 8px 0;line-height: 1.6;}
.g_info .txt .content .gParm li span{color:var(--zhu-color);font-size: 16px;font-weight: bold;min-width: 60px}
.g_info .txt .content .gParm li p{color:#999;font-size: 16px;line-height: 1.6;}
.g_info .txt img{ max-width: 100%; }
.g_info .txt p{ font-size: 16px; line-height: 32px; /*margin-bottom: 12px;*/ }
.g_info .txt b{ font-size: 20px; color: #333; border-left: 4px solid var(--zhu-color); padding-left: 16px; }
.g_info .txt em{ color: #fff; background: var(--zhu-color); padding:2px 5px; border-radius: 3px; margin-right: 5px; }
.pro-sider{ padding:15px; background: #f1f1f1; width: 100%; box-sizing: border-box; }
.pro-sider b{ font-size: 20px; display: inline-block; padding-left: 10px; border-left: 4px solid var(--zhu-color); margin-bottom: 20px; }
.pro-sider > div{ background: #fff; padding:20px; }
.pro-type a{ display: block; width: 100%; box-sizing: border-box; padding-left: 15px; font-size: 16px; color: #333; height: 46px; line-height: 46px; background: #f1f1f1; transition: all .3s; }
.pro-type a + a{ margin-top: 12px; }
.pro-type a:hover{ background: var(--zhu-color); color: #fff; transition: all .3s; padding-left: 20px; }
#g_param{ width: 80%; margin:0 auto; }
#g_param li{ overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
#g_param li u, #g_param li span{ text-decoration: none; display: block; width: 50%; margin-right: 1px; background: var(--zhu-color); font-size: 18px; color: #fff; text-align: center; line-height: 54px; }
#g_param li u + u, #g_param li span + span{ margin-right: 0; margin-left: 1px; }
#g_param li:nth-child(odd) span{ background: var(--zhu-color); opacity: .8; }
#g_param li:nth-child(even) span{ background: var(--zhu-color); opacity: .6; }
@media only screen and (max-width: 1400px){
  .g_focus .info .order-btn{ padding:16px 100px; }
}
@media only screen and (max-width: 1200px){
  .g_focus .info .order-btn{ padding:16px 50px; }
  .info_nav b{padding:20px 40px;}
}
@media only screen and (max-width: 992px){
	.g_focus .info{margin-top: 30px}
  .pro-sider{ display: none; }
}
@media only screen and (max-width: 768px){
  #g_param{ width: 100%; }
  .info_nav b{ padding:15px 30px; }
}
@media only screen and (max-width: 576px){
  .info_nav b{ padding:15px 18px; font-size: 14px;  }
  .info_nav b a{ font-size: 14px;  }
  .g_focus .info{margin-top: 0}
  .g_focus .info .tel{ margin-left: 0; top:0; width: 100%; }
  .g_focus .info .order-btn{ padding:8px 15px; margin:0 0 20px; }
  .g_focus .info b{ font-size: 20px; line-height: 2; margin:15px 0; }
  .g_info .txt{padding:15px 0;}
  .g_info .txt .content{padding:15px 0;font-size: 100%}
  #gfocus .button-next span, #gfocus .button-prev span{display: none;}
  .g_info .txt .content .gParm li span{font-size: 14px;}
  .g_info .txt .content .gParm li p{font-size: 14px;}
}
/* g_news */
.g_news{ overflow: hidden; padding:40px 0; }
.g_news .hd{ width: 100%; margin-bottom: 36px; }
.g_news .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 32px; color: #333333;line-height: 0.9;height: 32px }
.g_news .hd p{ margin-bottom: 0; font-size: 14px; color: var(--zhu-color); display: inline-block; float: right; line-height: 32px; }
.g_news .hd p span{ font-size: 28px; color: var(--zhu-color); margin-left: 20px; position: relative; top: 5px; }
.g_news .bd{ overflow: hidden; width: 100%; }
.g_news .bd li{ width: 50%; float: left; padding-right: 15px; box-sizing: border-box; }
.g_news .bd li:nth-child(2n+0){ padding-right: 0; padding-left: 15px; }
.g_news .bd li a{ position: relative; padding-left: 20px; display: block; height: 50px; line-height: 50px; border-bottom: 1px solid #eaeaea; }
.g_news .bd li a::before{ content: ""; display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid var(--zhu-color); position: absolute; left:0; top:50%; margin-top: -6px; transition: all .3s; }
.g_news .bd li a b{ width:calc(100% - 128px); float: left; font-size: 16px; color: #333333; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.g_news .bd li a small{ width: 108px; display: inline-block; float: right; font-size: 14px; color: #999; }
.g_news .bd li a small span{ font-size: 14px; color: #999; margin-right: 8px; }
.g_news .bd li a:hover::before{ transition: all .3s; left: 5px; }
.g_news .bd li a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 768px){
  .g_news{ padding:30px 0; }
  .g_news .bd li{ width: 100%; padding-right: 0; }
  .g_news .bd li:nth-child(2n+0){ padding-left: 0; }
}
@media only screen and (max-width: 576px){
  .g_news{ padding:20px 0px; }
  .g_news .hd{ margin-bottom: 12px; }
  .g_news .hd b{ font-size: 24px; }
  .g_news .hd p{ display: none; }
  .g_news .bd li a small{display: none;}
  .g_news .bd li a b{width:100%;font-size: 14px}
}

/*sidebar*/
.sidebar{width:100%;}
.s-hd{padding:15px 20px;color: #f2f2f2;background: #ff9000}
.s-hd b{font-size: 40px;text-transform: uppercase;}
.s-hd p{font-size: 24px;margin: -10px 0 10px 0}
.s-hd span{width:53px;height: .10px;background: #f2f2f2;display: block;float: left;}
.s-md .btn-link:hover{text-decoration:none;}
.s-md .btn-link.focus, .s-md .btn-link:focus{text-decoration:none;border:none;}
.s-md .btn.focus, .s-md .btn:focus{box-shadow: none;}
.s-md .card{border:none;}
.s-md .card-body{padding:1.25rem 0;}
.s-md .yiji{background: #f0f0f6;padding:2px;margin-bottom: 0!important;}
.s-md .yiji button{font-size: 18px;color: #333333;border:none;width:50px;text-align:right!important;}
.s-md .yiji a{color: #333333;width:calc(100% - 50px);display: inline-block;padding:0 10px;font-size:16px;}
.s-md .yiji i{color: #b4bcc2;font-size: 16px}
.s-md .yiji button:hover i{color: var(--zhu-color);}
.s-md .yiji a:hover{color:var(--zhu-color);}
.s-md .erji li{padding:5px 10px;}
.s-md .erji li p{padding:5px 10px;font-size:14px;color: #333333;transition: all .5s}
.s-md .erji li i{color: #333333;}
.s-md .erji li:hover p{color: var(--zhu-color);text-indent: 5px}
.s-md .erji li:hover i{color: var(--zhu-color);}
.s-bd{background: #f0f0f6;padding:20px;}
.s-bd .hd i{color: var(--zhu-color);font-size: 42px;}
.s-bd .hd .txt{padding:8px 0;margin-left: 10px}
.s-bd .hd .txt .t2{font-size:16px }
.s-bd .bd{line-height: 26px;overflow:hidden;}
.s-bd .bd li span{display: inline-block;width:58px;float: left;}
.s-bd .bd li p{width:calc(100% - 60px);float:right;}
@media(max-width: 1200px){
	.s-hd b{font-size: 36px}
}



/*no-goods*/
.no-goods,.no-network{padding:100px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}

/*边框*/
.bk{position: absolute;top:0;left:0;width:100%;height: 100%;z-index: 1}
.bk-width,.bk-height{position: relative;width:100%;height: 100%}
.bk-height{top:-100%;left:0;}
.bk-width:before,.bk-width:after,.bk-height:before,.bk-height:after{content:'';background: var(--zhu-color);position: absolute;}
.bk-width:before,.bk-width:after{width:0%;height: 1px;transition: all .8s}
.bk-height:before,.bk-height:after{width:1px;height: 0%;transition: all .8s}
.bk-width:before{top:0;left:0;}
.bk-width:after{bottom:0;right:0;}
.bk-height:before{top:0;right:0;}
.bk-height:after{bottom:0;left:0;}
.bk:hover .bk-width:before,.bk:hover .bk-width:after{width:100%;}
.bk:hover  .bk-height:before,.bk:hover .bk-height:after{height:100%;}

/* contact_msg */
#contact_msg{ background: url(../images/contact_msg_bg.jpg); overflow: hidden; padding:45px 0 15px; }
#contact_msg .hd{ width: 100%; margin-bottom: 36px; }
#contact_msg .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 32px; color: #333333;line-height: 0.9;height: 32px }
#contact_msg .hd p{ margin-bottom: 0; font-size: 14px; color: var(--zhu-color); display: inline-block; float: right; }
#contact_msg .hd p span{ font-size: 28px; color: var(--zhu-color); margin-left: 20px;position: relative; top: 5px; }
#contact_msg .bd{ overflow: hidden; margin:0 0 30px; }
#contact_msg .bd .form_item{ margin-bottom: 15px; background: #fff; height: 46px; border:1px solid #eee; }
#contact_msg .bd .form_item label{ line-height: 46px; font-size: 16px; color: #666; width: 10%; text-align: center; float: left; }
#contact_msg .bd .form_item input{ width: 90%; float: left; height: 100% }
#contact_msg .bd .form_box{ overflow: hidden; margin-bottom: 15px; background: #fff; height: 100px; border:1px solid #eee; }
#contact_msg .bd .form_box label{ display: block; text-align: left; box-sizing: border-box; padding-left: 17px; line-height: 46px; font-size: 16px; color: #666;  }
#contact_msg .bd .form_box textarea{ width: 100%; height: 100%; padding:5px 17px; font-size: 14px; color: #333;border:none; }
#contact_msg .bd .form_item1 label{ width: auto; padding:0 17px; }
#contact_msg .bd .form_item1 img{ height: 34px; float: left; margin-top: 6px; }
#contact_msg .bd .form_item1 input{ width:calc(100% - 200px); float:right; box-sizing: border-box; padding-left: 5px; }
#contact_msg .bd .submit{ display: block; width: 100%; padding:15px 0; line-height: 1; font-size: 16px; color: #fff; background: var(--zhu-color); text-align: center; border-radius: 5px;display: block; }
#contact_msg .bd .submit:hover{ background: var(--zhu-color); transition: all .3s; }
@media only screen and (max-width: 992px){
  #contact_msg{ padding:30px 0; }
  /*#contact_msg .bd .form_item:last-child input{ width:66%; }*/
}
@media only screen and (max-width: 576px){
  #contact_msg{ padding:20px 0; }
  #contact_msg .hd{ margin-bottom: 0; }
  #contact_msg .hd b{ font-size: 24px; }
  #contact_msg .hd p{ display: none; }
  #contact_msg .bd{ padding:20px 10px 0; }
  #contact_msg .bd .form_item:last-child input{ width: 30%; }
  #contact_msg .bd .form_item label{width:60px;}
  #contact_msg .bd .form_item1 label{width:90px;}
  #contact_msg .bd .form_box{height: auto}
}

/*proinfo-part3*/
.proinfo-part3{background:url('../images/company_case_bg.png') center 30px no-repeat #f9f9f9;padding-bottom: 30px}
.proinfo-part3-bd{position: relative;}
.proinfo-part3-bd .swiper-slide{transition: all .5s;margin-top: 15px;margin-bottom: 30px;box-shadow: 0 0 10px #666;}
.proinfo-part3-bd .swiper-slide .img{padding-bottom: 75%}
.proinfo-part3-bd a .img .zhezhao{position: absolute;top:0;left:0;width:0;height: 0;background: rgba(0,0,0,0.5);opacity: 0;transition: all .5s;z-index: 1;display: flex;flex-direction: row;justify-content:center;align-items: center;}
.proinfo-part3-bd a .img .zhezhao i{font-size: 50px;color:#fff;}
.proinfo-part3-bd p{width:100%;background: #f5f5f5;color:#333;font-size: 16px;padding:20px 10px;text-align: center;position: relative;}
.proinfo-part3-bd p:after{content:'';position: absolute;bottom:0;left:0;height: 3px;background: var(--zhu-color);width:0;transition: all .5s;}
.proinfo-part3-bd .swiper-slide.on a .img .zhezhao{width:100%;height: 100%;opacity: 1;}
.proinfo-part3-bd .swiper-slide.on a p:after{width:100%;}
.proinfo-part3-bd .next,.proinfo-part3-bd .prev{width:60px;height: 60px;background: rgba(0,0,0,0.5);text-align: center;line-height: 60px;border-radius: 50%;transition: all .5s;position: absolute;top:30%;z-index: 1;}
.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{color:rgba(255,255,255,0.5);font-size: 30px;transition: all .5s}
.proinfo-part3-bd .next{left:0;}
.proinfo-part3-bd .prev{right:0;}
.proinfo-part3-bd .next:hover,.proinfo-part3-bd .prev:hover{background: rgba(255,255,255,.5);}
.proinfo-part3-bd .next:hover i,.proinfo-part3-bd .prev:hover i{color: var(--zhu-color);}
@media(max-width: 576px){
	.proinfo-part3-bd{padding:15px 30px 0;}
	.proinfo-part3-bd .next, .proinfo-part3-bd .prev{width:34px;height: 34px;line-height: 34px;top:35%;display: none;}
	.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{font-size: 20px;}
}

/* product_type_search */
.product_type_search{ overflow: hidden; text-align: center; padding:28px 0;width:100%; }
.product_type_search > b{ display: block; font-size: 36px; color: #333333; font-weight: normal; line-height: 1;  }
.product_type_search form{ position: relative; margin:18px auto; display: inline-block; width: 34%; border:1px solid #e5e5e5; border-radius: 40px; padding:5px; }
.product_type_search form input{ width: 100%; height: 33px; box-sizing: border-box; padding-left:18px; font-size: 14px; color: #999999; }
.product_type_search form button{ position: absolute; right: 6px; top: 6px; display: inline-block; width: 33px; height: 33px; background:var(--zhu-color); border-radius: 50%; text-align: center;border:none;padding:0; }
.product_type_search form button span{ font-size: 16px; color: #fff; line-height: 33px; }
.product_type_search > hr{ display: block; height: 11px; background: url(../images/hr2.png) no-repeat center;border:none;  }
.product_type_search > .type{ line-height: 36px; overflow: hidden; margin-top: 10px; }
.product_type_search > .type > b{ font-size: 16px; color: #333333; margin-left: 20px; }
.product_type_search > .type > b a{  font-size: 16px; color: #333333; transition: all .3s; display: inline-block; }
.product_type_search > .type span >  a{ font-size: 16px; color: #666666; transition: all .3s; }
.product_type_search > .type span > a + a{ margin-left: 20px; }
.product_type_search > .type a:hover{ transition: all .3s; color:var(--zhu-color); }
@media only screen and (max-width: 992px){
  .product_type_search > .type span{ display: none; }
  .product_type_search > .type b:nth-of-type(1){ display: none; }
  .product_list .type > a{ font-size: 14px; }
  .product_list .type > a
}
@media only screen and (max-width: 768px){
  .product_type_search{ padding:0 0 20px; }
  .product_type_search > b{ font-size: 24px; }
  .product_type_search form{ width: 50%; }
  .product_type_search > .type > b a{ font-weight: normal; }
  .product_type_search > hr{ margin-bottom: 10px; }
}
@media only screen and (max-width: 576px){
  .product_type_search > b{ font-size: 20px; }
  .product_type_search form{ width: 85%; }
  .product_type_search > .type{ padding:0 15px; }
  .product_type_search > .type > b a{ font-size: 14px; }
}

/*newslist*/
.newslist{padding: 30px 0;overflow: hidden;background: #f2f3f4}
.newslist .item{border-radius: 5px;width:100%;overflow: hidden;background: #fff;padding:30px;display: block;margin-bottom: 30px;position: relative;}
.newslist .item:after{content:'';position: absolute;bottom:0;left:0;width:0;height: 2px;background: var(--zhu-color);transition: all .5s}
.newslist .item .img{padding-bottom: 55%;}
.newslist .item .img img{transition: all .5s}
.newslist .item .t1{color:#666;transition: all .5s;display: flex;flex-direction: row;justify-content: space-between;}
.newslist .item .t2{color:#333;font-size: 20px;font-weight: bold;margin:10px 0 20px;transition: all .5s}
.newslist .item .t3{display: flex;flex-direction: row;width:100%;justify-content: space-between;margin-top: 15px;transition: all .5s;align-items: center;}
.newslist .item .t3 span{color:#333;transition: all .5s}
.newslist .item .t3 .icon{width:32px;height: 32px;text-align: center;line-height: 22px;border-radius: 50%;background: #9a9a9a;padding:5px;transition: all .5s;position: relative;float: right;transition: all .5s}
.newslist .item .t3 .icon i{color:#fff;position: absolute;font-size:18px;transition: all .5s;left:20%;}
.newslist .item .t4{color:#999;margin:15px 0;-webkit-line-clamp:2;line-height: 1.8;height: 50px}
.newslist .item:hover:after{width:100%;}
.newslist .item:hover .img img{transform: scale(1.05,1.05);}
.newslist .item:hover .t2{color:var(--zhu-color);}
.newslist .item:hover .t3 span{color:var(--zhu-color);}
.newslist .item:hover .t3 .icon{background:var(--zhu-color);color:#fff;}
.newslist .item:hover .t3 .icon i{animation:ltToRt 1s linear 0s infinite normal;}
@media(max-width: 576px){
	.newslist .item{padding:15px 10px;}
	.newslist .item .t2{font-size: 18px;}
	.newslist .item .t3{margin-top: 15px;}
}
/* 动画代码 */
@keyframes ltToRt {
  from {left:0px;}
  to {left:80px;}
}
/*newsinfo*/
.newsinfo{background:#f2f3f4;padding:30px 0;}
.newsinfo .box{background:#fff;border-radius: 3px;padding:45px 30px;}
.newsinfo .t1{width:100%;text-align: center;font-size: 28px;color:#222;font-weight: bold;}
.newsinfo .t2{width:100%;text-align: center;font-size: 16px;color:#999;padding:15px 30px 30px;border-bottom:solid 1px #eeeddd}
.newsinfo .pic{padding:30px;text-align: center;width:100%;}
.newsinfo .content{padding:30px 0; line-height: 260%;min-height:100px}
.newsinfo .newsPage{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.newsinfo .newsPage .btnn{width:60px;display: block;text-align: center;border-radius: 3px;background:#eee;transition: all .5s }
.newsinfo .newsPage .btnn i{font-size: 30px;color:#666;line-height: 2;transition: all .5s}
.newsinfo .newsPage .btnn:hover{background: var(--zhu-color);}
.newsinfo .newsPage .btnn:hover i{color:#fff;}
.newsinfo .newsPage>div{width:calc(calc(100% - 70px)/2);color:#666;border-radius: 5px;padding:0 15px;background: #eee;line-height: 60px;display: flex;flex-direction:row;}
.newsinfo .newsPage .page-a{justify-content: flex-start;}
.newsinfo .newsPage .page-a:nth-child(3){justify-content: flex-end;}
.newsinfo .newsPage>div a{color:#666;transition: all .5s;display: inline-block;text-overflow: ellipsis;overflow: hidden;white-space:nowrap;max-width:calc(100% - 60px);}
.newsinfo .newsPage>div a:hover{color:#222;}
@media(max-width: 992px){
	.newsinfo .newsPage{flex-direction: column;}
	.newsinfo .newsPage .btnn{display: none;}
	.newsinfo .newsPage>div{line-height: 40px;font-size:12px;}
	.newsinfo .newsPage .page-a{width:100%;margin-bottom: 10px;}
	.newsinfo .newsPage .page-a:nth-child(3){justify-content: flex-start;}

}
@media(max-width: 576px){
	.newsinfo .box{padding:30px 15px;}
	.newsinfo .t1{font-size: 18px;}
	.newsinfo .t2{font-size: 14px;padding:15px 0 30px;}
	.newsinfo .newsPage>div{line-height: 20px;padding:10px;}
	.newsinfo .content{line-height: 2}
}

/*contact*/
.contact-box{background:url(../images/contact-bg.jpg) center bottom no-repeat #f6f5f5;padding: 45px 0 180px;}
.contact-box .container-fluid{display: flex;flex-direction: row;}
.contact-left{background:#fff;padding:20px 40px 40px;display: flex;flex-direction: column;width:50%;}
.contact-left .t1{font-size:26px;color: var(--zhu-color);font-weight: bold;margin: 20px 0;}
.contact-left .t2{color:#999;font-size: 16px;margin:5px 0;}
.contact-left .t2 i{font-size: 20px;float: left;line-height: 1.3;margin-right: 10px}
.contact-left .ewm{display: flex;flex-direction: row;}
.contact-left .ewm li{width:125px;margin-right: 30px}
.contact-left .ewm li img{width:100%;border:solid 1px #eee;}
.contact-left .ewm li .t3{text-align: center;padding:10px 0;}
.contact-right{width:50%;background: #e7ebec;padding:15px 25px 40px;}
.contact-left .ewm .txt{padding-left: 10px;}
.contact-left .ewm .txt .t4{font-size: 20px;font-weight: bold;margin:5px 0;}
.contact-left .ewm .txt .t5{color:#999;font-size:15px;margin-top: 10px;}
.contact-left .ewm .txt .t6{color:#666;margin-top: 5px}
.contact-right .t1{font-size: 24px;color:var(--zhu-color);font-weight: bold;margin:20px 0 40px;}
.contact-right .message{display: flex;flex-direction: row;justify-content: space-between;width:100%;flex-wrap:wrap;}
.contact-right .message .input-text{width:48%;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;margin-bottom: 20px;}
.contact-right .message .area{width:100%;padding:15px 20px;background-color: #fff;border-radius: 5px;font-size: 16px;color: #999999;height: 130px;border:none;margin-bottom: 20px;}
.contact-right .message .yanzheng{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.contact-right .message .yanzheng img{width:163px;height: 50px}
.contact-right .message .yanzheng .code{width:163px;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;}
.contact-right .message .yanzheng .submit{width:calc(100% - 350px);background-color:var(--zhu-color);border-radius: 5px;padding:16px 0px;font-size: 16px;color: #fff;transition: all .5s;text-align: center}
.contact-right .message .yanzheng .submit:hover{background-color: var(--zhu-color);}
#dituContent{height: 760px;}
@media(max-width: 1200px){
	.contact-left{width:40%;padding:20px 15px;}
	.contact-right{width:60%;}
}
@media(max-width: 992px){
	.contact-left .ewm li{margin-right: 10px;}
	#dituContent{height: 500px}
}
@media(max-width: 950px){
	.contact-left{width:45%;}
	.contact-right{width:55%;}
}
@media(max-width: 880px){
	.contact-box .container-fluid{flex-direction: column;}
	.contact-left{width:100%;}
	.contact-right{width:100%;}
	.contact-left .ewm li{width:145px;justify-content: flex-start;margin-right: 30px}

}
@media(max-width: 576px){
	.contact-box{padding:10px 0;}
	.contact-left{padding:0 15px 20px;}
	.contact-left .t1{font-size: 20px;}
	.contact-left .t2{font-size: 14px;}
	.contact-left .t2 i{line-height: 1.2}
	.contact-right{padding:10px;}
	.contact-right .message .input-text{width:100%;}
	.contact-right .message .yanzheng{flex-wrap:wrap;}
	.contact-right .message .yanzheng img{width:48%;}
	.contact-right .message .yanzheng .code{width:48%;}
	.contact-right .message .yanzheng .submit{width:100%;margin-top: 15px;}
	#dituContent{height: 400px;}
	/*.contact-left .ewm{flex-direction: column;}*/
	.contact-left .ewm li{width:100px;margin-right: 15px;}
	.contact-left .ewm .txt .t4{font-size: 18px;}
	.social-share .social-share-icon{width:28px;height: 28px;line-height: 28px;}
	.contact-right .t1{margin:20px 0;}
	.contact-right .message .input-text{padding:10px 15px;margin-bottom: 10px}
	.contact-right .message .area{margin-bottom: 10px}
	.contact-right .message .yanzheng .submit{padding:10px 0;}
	.contact-right .message .yanzheng .code{padding:10px 15px;}
}

/*厂区环境*/
.environment .item{background: #f2f2f2;transition: all .5s}
.environment .item a{display: block;width:100%;padding:7px 7px 0;overflow: hidden;border-radius: 3px;transition: all .5s;}
.environment .item a .hd{overflow: hidden;position: relative;width:100%;}
.environment .item a .hd .img img{transform: scale(1.05,1.05);transition: all .5s}
.environment .item a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background:var(--zhu-color);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.environment .item a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;position: relative;}
.environment .item a .hd .zhezhao .box i{font-size: 50px;line-height: 1}
.environment .item a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;background: none;}
.environment .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.environment .item:hover{box-shadow: 0 0 10px #ccc;}
.environment .item:hover a .img img{transform: scale(1,1);}
.environment .item:hover a .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: .7}
.environment .item:hover a .bd{letter-spacing: 1px}
@media(max-width: 576px){
	.environment .item a{padding:0;}
	.environment .item a .bd{font-size: 14px;}
}

/*资质荣誉*/
.honor{overflow: hidden;}
.honor .item{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.honor .item a{display: block;width:100%;transition: all .5s;position:relative;}
.honor .item a .hd{overflow: hidden;position: relative;width:100%;}
.honor .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#fff;transition: all .5s;position: absolute;bottom:-15px;left:-15px;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:calc(100% + 30px);display: flex;height: 50px;flex-direction: column;align-items: center;}
.honor .item a .bd i{font-size: 40px;display: none;}
.honor .item .item:hover{box-shadow: 0 0 10px #ccc;}
.honor .item:hover a .bd{letter-spacing: 1px;height:calc(100% + 30px);justify-content: center;}
.honor .item:hover a .bd i{display: block;}
@media(max-width: 576px){
	.honor .item a .bd{font-size:14px;line-height: 30px;height: 40px;}
}

/*job*/
.jobs-list{margin-bottom: 30px;}
  .jobs-list li{width:100%;margin-top: 30px;}
  .jobs-list a{display:block;width:100%;background:#fff;box-shadow:0px 1px 7.09px 0.91px rgba(125,125,125,0.5);border-radius:5px;padding:1% 0 3% 0}
  .jobs-list a .son{width:95%;overflow:hidden;margin:0 auto;}
  .jobs-list a .t1{padding:2% 0;border-bottom:1px solid #eee}
  .jobs-list a .t1 .t1l{float:left;font-size:20px;font-weight:bold;color:#333;}
  .jobs-list a .t1 .t1r{float:right;color:#666;text-decoration:underline;font-size:14px;padding-left:38px;line-height:25px;}
  .jobs-list a .t1 .t1r i{font-size: 24px;color: var(--zhu-color);margin-right: 15px;}
  .jobs-list a .son .con{margin-top:2.5%;height:250px;overflow-y:scroll;line-height: 2.6}
  .jobs-list a .son .con p{color:#666;padding:3px 0;font-size:14px;line-height:1.6;text-indent:0!important;}
  .jobs-list a .son .con::-webkit-scrollbar{width:3px;height:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;background:#f8f8f8;border-radius:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-thumb{border-radius:3px;background:#bbb;}
  .jobs-list a .t1 .t1r:hover{color:#333;}
  


/*应聘表单*/
.fu-job{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);left:0;top:0;display:none;z-index:10000;}
  .fu-job .job-son{width:100%;height:100%;display:flex;align-items:center;}
  #jobform{background:#fff;padding:40px 30px 30px 30px;width:500px;margin:0 auto;position: relative;}
  #jobform .jobclose{position:absolute;right:0px;top:0;background:var(--zhu-color);color:#fff;display:inline-block;padding:2px 10px;font-size:14px;cursor:pointer;}
  #jobform .faqline{padding:6px 0;border-bottom:0px solid #eee;}
  #jobform .faqline .faqtit{width:20%;height:36px;line-height:36px;float:left;background:#fff;text-align:left;font-size:15px;border-radius:2px;}
  #jobform .faqline .input{text-indent:8px;width:80%;outline:none;height:36px;box-sizing:border-box;border:1px solid #ddd;float:left}
  #jobform textarea{width:80%;outline:none;height:100px;box-sizing:border-box;border:1px solid #ddd;float:left;;border-radius:2px;padding:10px 8px}
  #jobform .input:focus{border-color:#1d7df5;}
  #jobform textarea:focus{border-color:#1d7df5;}
  /*#jobform input:hover{border-color:#c0121b;}
  */
  /*#jobform textarea:hover{border-color:#c0121b;}
  */
  #jobform .faqline .input1{width:120px;float:left;}
  #jobform .code img{display:block;float:left;height:36px;margin-left:0px;}
  #jobform .code .tip{display:block;float:left;color:red;font-size:14px;}
  #jobform .submit{width:100px;height:38px;background:var(--zhu-color);color:#fff;display:inline-block;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;cursor:pointer;text-align: center;line-height: 38px;}
  #jobform .submit:hover{background:var(--zhu-color);}
@media(max-width: 576px){

  #jobform .faqline .faqtit{font-size: 14px;width:25%;}
  #jobform .faqline .input{width:75%;}
  #jobform textarea{width:75%;}
  #jobform .code img{width:100px;margin-bottom:10px;}
    #jobform .faqline .input1{width:90px;}
    #jobform .submit{margin:0px auto;}
  }
}